home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mschrt / mschrt.h < prev    next >
Text File  |  1989-02-01  |  863b  |  26 lines

  1. /*---------------------------------------------------------------------------
  2.  |  Function prototypes for MSCHRT V2.00                                    |
  3.  |                                                                          |
  4.  |  (c)1988 Ryle Design, P.O. Box 22, Mt. Pleasant, Michigan 48804          |
  5.  ---------------------------------------------------------------------------*/
  6.  
  7. void t_start(void);
  8. void t_stop(void);
  9. void t_calib(void);
  10. void t_entry(int timernum);
  11. void t_exit(int timernum);
  12. void t_name(int timernum, char* timername);
  13. void t_report(int whereto);
  14.  
  15. /* V2.00 enhancements */
  16.  
  17. void t_fname(char *filename);
  18. void t_rname(char *report_name);
  19. void t_reset(int tnum);
  20. void t_ask_timer(int tnum, long unsigned *hits, long unsigned *elapsed);
  21. void t_suspend(int tnum);
  22. void t_resume(int tnum);
  23.  
  24.  
  25. /* end mschrt.h */
  26.